You need to install Windows 2000 Professional on 35 new computers on the company LAN.
First, you create a distribution folder on the network server. Then you create a network boot disk to install Windows 2000 Professional from the distribution folder.
Now you need to create a batch file, which the network boot disk will execute to start the installation. You must specify a source path and temporary drive for the installation files.
You also need to install the accessibility options within the batch file. The batch file must execute a hardware-specific application to run after the GUI-mode Setup has completed.
Which command must you specify in the batch file?
A.Z:\i386\winnt /s:z:\i386 /t:d: /a /e:z:\hardware\setup.exe
B.Z:\i386\winnt /s:z:\i386 /rwinnt.tmp /a /e:z:\hardware\setup.exe
C.Z:\i386\winnt32 /s:z:\i386 /tempdrive:d /cmd:z\hardware\setup.exe
D.Z:\i386\winnt32 /s:z:\i386 /cmdcons:z:\hardware\setup /makelocalsource
答案说明:本题目答案来自网络整理或转载,最终答案请以官网为准。
答 案:A
解析:Explanation:Winntmustbeusedtostarttheinstallationprocessfromabootdiskette.The/t:dswitchspecifiesthattheDdriveshouldbeusedtocontaintemporarysetupfiles;the/aswitchspecifiesaninstallationwithaccessibilityoptions;andthe/e[:command]switchspecifiesacommandtobeexecutedattheendofSetup'sGUImode.Incorrectanswers:B:Thiscommanddoesnotspecifywhatdriveshouldbeusedtocontaintemporarysetupfiles.Tospecifyatempdrivethe/tswitchmustbeused.The/rswitchspecifiesanoptionalfolderthatmustbeinstalledontheharddrive.C:Winnt32isa32-bitapplicationandcanonlybeusedfrominsideaWindowsenvironmentandnotafterstartingthecomputerbymeansofabootdiskette.AcomputercanonlybebootedintoDOSmodefromabootdisk,andDOSmodecannotuse32-bitapplications.D:Winnt32isa32-bitapplicationandcanonlybeusedfrominsideaWindowsenvironmentandnotafterstartingthecomputerbymeansofabootdiskette.AcomputercanonlybebootedintoDOSmodefromabootdisk,andDOSmodecannotuse32-bitapplications.